home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1998 December / cd joystick no99 decembre 1998.iso / Data / cartes3D / intel / i740 / sfagp_win9x_0303_video.exe / r3dcap.inf < prev    next >
Windows Setup INFormation  |  1998-10-01  |  2KB  |  64 lines

  1. ; r3dcap.inf  -- This file installs r3dcap.sys
  2. ;               for Starfighter graphics card
  3. ;
  4.  
  5. [Version]
  6. ;CatalogFile=bt829.cat
  7. signature="$CHICAGO$"
  8. Class=MEDIA
  9. ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
  10. Provider=%Company%
  11. LayoutFile=LAYOUT.INF, layout1.inf, layout2.inf
  12.  
  13. [DestinationDirs]
  14. R3DCAP.CopyDrivers=10,system32\drivers  ; eg.  \windows\system32\drivers
  15. R3DCAP.CopyCodec=11
  16.  
  17. [Manufacturer]
  18. %MS%=MS
  19.  
  20. [MS]
  21. %R3DCAP.DeviceDesc%=R3DCAP.Device,DISPLAY\r3dcap
  22.  
  23. [R3DCAP.Device]
  24. Include  =  ks.inf, kscaptur.inf, ksfilter.inf
  25. Needs=      KS.Registration,KSCAPTUR.Registration,MSPCLOCK.Installation
  26. AddReg   =  R3DCAP.AddReg
  27. UpdateInis= R3DCAP.UpdateIni
  28. CopyFiles=  R3DCAP.CopyDrivers, R3DCAP.CopyCodec
  29. DelFiles =  R3DCAP.DelDrivers
  30.  
  31. [R3DCAP.CopyDrivers]
  32. r3dcap.sys
  33. stream.sys
  34.  
  35. [R3DCAP.CopyCodec]
  36. msyuv.dll
  37.  
  38. [R3DCAP.UpdateIni]
  39. system.ini, drivers32,,"VIDC.UYVY=msyuv.dll"
  40.  
  41. [R3DCAP.DelDrivers]
  42.  
  43. [R3DCAP.AddReg]
  44. HKR,,DevLoader,,*ntkern
  45. HKR,,NTMPDriver,,r3dcap.sys
  46.  
  47. [R3DCAP.Device.Interfaces]
  48. AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
  49.  
  50. [VideoCapture]
  51. AddReg=VideoCapture.AddReg
  52.  
  53. [VideoCapture.AddReg]
  54. HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}
  55. HKR,,FriendlyName,,%R3DCAP.Capture%
  56. HKR,,PageOutWhenUnopened,3,01
  57. HKR,,DontSuspendIfStreamsAreRunning,3,01
  58.  
  59. [Strings]
  60. Company="Real 3D Inc"
  61. MS="Real 3D Inc"
  62. captureClassName="Sound, video and game controllers"
  63. R3DCAP.DeviceDesc="Real3D WDM Video Capture"
  64. R3DCAP.Capture="Real 3D WDM Video Capture"